.main {
	width: 1400px;
	margin: 0 auto;
}

.main .m11 {
	padding: 25px 0 27px;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #3690DC;
	;
}

.main .m11 img {
	margin: 0 69px 0 51px;
}

.main .m11 a {
	text-align: center;
	height: 68px;
}

.main .m11 h1 {
	width: auto;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	/*line-height: 48px;*/
}

.main .m11 p {
	width: auto;
	/*height: 17px;*/
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	/*line-height: 48px;*/
	margin-top: 16px;
}


/*m11结束*/

.m22 {
	height: 400px;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	margin-top: 25px;
}


/*轮播开始*/

.slide_x {
	overflow: hidden;
	position: absolute;
	margin: 0;
	width: 700px;
	height: 400px;
	background: #000;
}

.slide_x a {
	text-decoration: none;
	height: 58px;
	width: 522px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.slide_x .box {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.slide_x .list {
	overflow: hidden;
	width: 9999px;
	display: block;
	margin: 0;
}

.slide_x .list li {
	float: left;
	position: relative;
	width: 700px;
	text-indent: 0;
}

.slide_x .list li::before {
	content: "";
	width: 0;
}

.slide_x .list img {
	vertical-align: top;
	width: 700px;
	height: 400px;
}

.slide_x .list .list-p {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 58px;
	background: #333333;
	opacity: 0.8;
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');*/
	/*background: rgba(0, 0, 0, 0.6);*/
}

.slide_x .list p {
	color: #eee;
	font-size: 16px;
	text-indent: 1em;
	width: 540px;
	line-height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.slide_x .btn {
	/*overflow: hidden;*/
	position: absolute;
	bottom: 24px;
	left: 570px;
}

.slide_x .btn li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 15px 0 0;
	background: #FFFFFF;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}

.slide_x .btn .selected {
	background: #f30;
	color: #fff;
}

.slide_x .plus,
.slide_x .minus {
	position: absolute;
	top: 149px;
	width: 50px;
	height: 60px;
	line-height: 60px;
	/*background:rgba(0,0,0,0.6);*/
	text-align: center;
	cursor: pointer;
	z-index: 0;
}

.slide_x .minus {
	left: 0;
	/*background-position: 0 -84px;*/
}

.slide_x .plus {
	right: 0;
	/*background-position: -40px -84px;*/
}

.slide_x .minus:hover {
	left: 0;
	/*background-position: 0px -10px;*/
	cursor: pointer;
}

.slide_x .plus:hover {
	right: 0;
	/*background-position: -40px -10px;*/
	cursor: pointer;
	/*background: rgba(f,f,f,0.6);*/
}


/*轮播结束*/


/*轮播右边开始*/

.m22-you {
	width: 730px;
	height: 370px;
	padding: 5px 26px 0 16px;
	border: 1px solid #DCDCDC;
	background: #FFFFFF;
	position: absolute;
	top: 12px;
	right: 0;
	box-shadow: 1px 0px 10px #DCDCDC;
}

.m22-you .m22-you-t {
	display: flex;
	justify-content: space-between;
}

.m22-you-t li {
	display: block;
	width: 86px;
	height: 48px;
	margin-right: 21px;
}

.m22-you .m22-you-t li a {
	width: auto;
	height: auto;
	/*display: block;*/
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #033333;
	line-height: 48px;
	border: none;
}

.m22-you .m22-you-t .n1 {
	border-bottom: 4px solid #3690DC;
}

.m22-you .m22-you-t .n1 a {
	font-weight: bold;
	color: #3690DC;
}

.m22-you-b {
	border-top: 1px solid #EEEEEE;
	/*width: 695px;*/
}

.m22-you .m22-you-b .active {
	display: block;
}

.m22-you .m22-you-b ul {
	display: none;
}

.m22-you .m22-you-b1 li:nth-of-type(1) {
	margin-top: 22px;
}

.m22-you .m22-you-b1 li {
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
}

.m22-you .m22-you-b1 li a:before {
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 6px;
	background: #3690DC;
	vertical-align: middle;
	margin: 0 6px 0 1px;
}

.m22-you .m22-you-b1 li a {
	width: 585px;
	/*height: 17px;*/
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #033333;
	/*line-height: 48px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m22-t-all {
	display: flex;
	justify-content: space-between;
}

.gengduo {
	width: auto;
	height: auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 48px;
}

.m22-you-b1 li>span {
	width: auto;
	height: auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.m22-you-xia {
	width: 160px;
	height: 44px;
	background: #3690DC;
	position: absolute;
	bottom: 0;
	right: 285px;
	/*text-align: center;*/
}

.m22-you-xia p {
	width: auto;
	height: auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	display: inline;
	margin-left: 27px;
}

.m22-you-xia img {
	margin-left: 10px;
	display: inline;
}


/*轮播右边结束*/


/*m33kaishi*/

.m33 {
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
}

.m33 div {
	display: inline-block;
	width: 264px;
	height: 80px;
	/*text-align: center;*/
	line-height: 80px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
}

.m33 div>span {
	width: auto;
	height: auto;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
}

.m33 div>img {
	margin: 0 35px 0 18px;
	/*margin-right: 10px;*/
	display: inline;
	vertical-align: middle;
}


/*m33jieshu*/


/*m44开始*/

.m44 {
	margin-top: 27px;
	height: 280px;
	display: flex;
	justify-content: space-between;
}

.m44-1,
.m44-2,
.m44-3 {
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	padding: 0 9px 0 11px;
}

.m44-1 {
	width: 453px;
	height: 280px;
}

.m44-2 {
	width: 453px;
	height: 280px;
}

.m44-3 {
	width: 459px;
	height: 280px;
}


/*m44-1*/

.m44-1 .m44-1-tit {
	display: flex;
	justify-content: flex-start;
}

.m44-1 .m44-1-tit li {
	display: block;
	width: auto;
	height: 48px;
	margin-right: 21px;
}

.m44-1 .m44-1-tit li a {
	width: auto;
	height: auto;
	/*display: block;*/
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #033333;
	line-height: 48px;
	border: none;
}

.m44-1 .m44-1-tit .n2 {
	border-bottom: 4px solid #3690DC;
}

.m44-1 .m44-1-tit .n2 a {
	font-weight: bold;
	color: #3690DC;
}

.m44-1-con {
	border-top: 1px solid #EEEEEE;
	/*width: 695px;*/
}

.m44-1 .m44-1-con {
	display: none;
}

.m44-1 .active {
	display: block;
}

.m44-1 .m44-1-con li:nth-of-type(1) {
	margin-top: 22px;
}

.m44-1 .m44-1-con li {
	margin-bottom: 18px;
}

.m44-1 .m44-1-con li a:before {
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 6px;
	background: #999999;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.m44-1 .m44-1-con li a {
	width: 410px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.m44-1-tit {
	display: flex;
	justify-content: space-between;
}


/*m44-2*/

.m44-2 .m44-2-tit {
	display: flex;
	justify-content: flex-start;
}

.m44-2 .m44-2-tit li {
	display: block;
	width: auto;
	height: 48px;
	margin-right: 21px;
	border-bottom: 4px solid #3690DC;
}

.m44-2 .m44-2-tit li a {
	width: auto;
	height: auto;
	/*display: block;*/
	font-size: 20px;
	font-family: Microsoft YaHei;
	/*font-weight: 400;*/
	/*color: #033333;*/
	line-height: 48px;
	border: none;
	font-weight: bold;
	color: #3690DC;
}

.m44-2-con {
	border-top: 1px solid #EEEEEE;
	/*width: 695px;*/
}

.m44-2 .m44-2-con li:nth-of-type(1) {
	margin-top: 22px;
}

.m44-2 .m44-2-con li {
	margin-bottom: 18px;
}

.m44-2 .m44-2-con li a:before {
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 6px;
	background: #999999;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.m44-2 .m44-2-con li a {
	width: 410px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.m44-2-tit {
	display: flex;
	justify-content: space-between;
}


/*m44-3*/

.m44-3 .m44-3-tit {
	display: flex;
	justify-content: space-between;
}

.m44-3 .m44-3-tit li {
	display: block;
	width: auto;
	height: 48px;
	margin-right: 21px;
	border-bottom: 4px solid #3690DC;
}

.m44-3 .m44-3-tit li a {
	width: auto;
	height: auto;
	font-size: 20px;
	font-family: Microsoft YaHei;
	line-height: 48px;
	border: none;
	font-weight: bold;
	color: #3690DC;
}

.m44-3-con {
	width: 433px;
	height: 203px;
	border-top: 1px solid #EEEEEE;
	padding: 11px;
	/*width: 695px;*/
}


/*m44结束*/


/*m555开始*/

.m555 {
	margin-top: 15px;
}


/*m555结束*/


/*m66开始*/

.m66 {
	width: 100%;
	height: 326px;
	margin-top: 27px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #DCDCDC;
}

.m66-1,
.m66-2,
.m66-3 {
	background: #FFFFFF;
	padding: 0 9px 0 11px;
	width: 455px;
}


/*m66-1*/

.m66-1 .m66-1-tit {
	display: flex;
	justify-content: flex-start;
}

.m66-1 .m66-1-tit li {
	display: block;
	width: auto;
	height: 48px;
	margin-right: 21px;
	border-bottom: 4px solid #3690DC;
}

.m66-1 .m66-1-tit li a {
	width: auto;
	height: auto;
	font-size: 20px;
	font-family: Microsoft YaHei;
	line-height: 48px;
	border: none;
	font-weight: bold;
	color: #3690DC;
}

.m66-1-con {
	border-top: 1px solid #EEEEEE;
}

.m66-1 .m66-1-con li:nth-of-type(1) {
	margin-top: 22px;
}

.m66-1 .m66-1-con li {
	margin-bottom: 18px;
}

.m66-1 .m66-1-con li p:before {
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 6px;
	background: #999999;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.m66-1 .m66-1-con li:nth-of-type(1) a:before {
	content: normal;
}

.m66-1 .m66-1-con li:nth-of-type(1) {
	display: initialt;
}

.m66-1 .m66-1-con li:nth-of-type(1) a {
	display: initial;
}

.m66-1 .m66-1-con li a {
	width: auto;
	/*height: 17px;*/
	display: flex;
	justify-content: space-between;
	/*line-height: 48px;*/
}

.m66-1 .m66-1-con li p {
	width: 340px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.m66-1-tit {
	display: flex;
	justify-content: space-between;
}

.m66-1-con span {
	width: auto;
	height: auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}


/*m66-2*/

.m66-2 .m66-2-tit {
	display: flex;
	justify-content: flex-start;
}

.m66-2 .m66-2-tit li {
	display: block;
	width: auto;
	height: 48px;
	margin-right: 21px;
	border-bottom: 4px solid #3690DC;
}

.m66-2 .m66-2-tit li a {
	width: auto;
	height: auto;
	/*display: block;*/
	font-size: 20px;
	font-family: Microsoft YaHei;
	/*font-weight: 400;*/
	/*color: #033333;*/
	line-height: 48px;
	border: none;
	font-weight: bold;
	color: #3690DC;
}

.m66-2-con {
	border-top: 1px solid #EEEEEE;
	/*width: 695px;*/
}

.m66-2 .m66-2-con li:nth-of-type(1) {
	margin-top: 22px;
}

.m66-2 .m66-2-con li {
	margin-bottom: 18px;
}

.m66-2 .m66-2-con li a:before {
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 6px;
	background: #999999;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.m66-2 .m66-2-con li a {
	width: 420px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.m66-2-tit {
	display: flex;
	justify-content: space-between;
}


/*m66-3*/

.m66-3 .m66-3-tit {
	display: flex;
	justify-content: flex-start;
}

.m66-3 .m66-3-tit li {
	display: block;
	width: auto;
	height: 48px;
	margin-right: 21px;
	border-bottom: 4px solid #3690DC;
}

.m66-3 .m66-3-tit li a {
	width: auto;
	height: auto;
	/*display: block;*/
	font-size: 20px;
	font-family: Microsoft YaHei;
	/*font-weight: 400;*/
	/*color: #033333;*/
	line-height: 48px;
	border: none;
	font-weight: bold;
	color: #3690DC;
}

.m66-3 .m66-3-con {
	border-top: 1px solid #EEEEEE;
	/*width: 695px;*/
}


/*m66-3*/

.m66-3 .m66-3-con .m66-spall {
	margin-top: 18px;
	display: flex;
	justify-content: flex-start;
}

.m66-3 .m66-3-con .m66-spall .m66-sp {
	width: 132px;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	display: inline-block;
	text-align: center;
	margin-right: 12px;
}

.m66-3 .m66-3-con .m66-spall .m66-3-con-span1 {}

.m66-3 .m66-3-con .m66-spall .m66-sp p {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 60px;
}

.m66-3 .m66-3-con .m66-spall .m66-sp img {
	vertical-align: middle;
	margin-right: 10px;
}

.m66-3 .m66-bot {
	width: 420px;
	height: 150px;
	margin-top: 15px;
	padding: 22px 0 0 17px;
	background: url(../img/m66-2.png) center no-repeat;
	background-size: cover;
}

.m66-3 .m66-bot h1 {
	width: auto;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	margin-bottom: 17px;
}

.m66-3 .m66-bot p {
	width: auto;
	line-height: 24px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}


/*m66结束*/


/*m77开始*/

.m77 {
	margin: 37px 0 43px 0;
	display: flex;
	justify-content: flex-start;
}

.m77>img {
	/*margin: 37px 0 43px 0;*/
	width: 100px;
	height: 100px;
	margin-right: 43px;
}


/*.m77 .m77-lunb {
	width: 1300px;
}*/


/*gundong*/

.m77-lunb-ulall {
	width: 1222px;
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
}


/*.m77-lunb-ulall ul{
	display: flex;
	justify-content: space-between;
	
}*/

.m77-lunb-ulall .m77-lunb-ul li {
	margin-right: 34px;
	float: left;
}

.m77-lunb-ulall .m77-lunb-ul li:nth-of-type(4) {
	margin-right: 0px;
}

.m77-lunb-ulall .m77-lunb-ul li>img {
	width: 280px;
	height: 100px;
}

.m77-lunb .prev {
	position: absolute;
	left: -27px;
	line-height: 100px;
}

.m77-lunb .next {
	position: absolute;
	right: 0;
	line-height: 100px;
}


/*m77结束*/


/*.icon{
 
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
 
}*/

@media screen and (max-width: 768px) {
	.main {
		width: 100%;
	}
	.main .m11 {
		height: 168px;
	}
	.main .m11 img {
		margin: auto 2%;
		width: 51px;
		height: 68px;
	}
	.main .m11 a {
		text-align: left;
	}
	.main .m11 h1 {
		font-size: 20px;
	}
	.main .m11 p {
		font-size: 12px;
		margin-right: 2%;
	}
	/*m22kaishi*/
	.m22{
		height: 800px;
		flex-wrap: wrap;
	}
	/*lunbo*/
	.slide_x .list img {
		width: 100%;
	}
	/*.m22-you*/
	.m22-you{
		width: 100%;
		top: 52%;
		padding:0 1%;
	}
	.gengduo{
		/*width: 100%;*/
		font-size: 12px;
	}
	.m22-you .m22-you-b1 li a {
		width: 277px;
	}
	/*me-you-xia*/
	.m22-you-xia {
		right: 104px;
		bottom: -5px;
	}
	/*m22jieshu*/
	/*m33kaishi*/
	.m33{
		margin-top: 26px;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.m33 a{
		width: 48%;
		margin: 0 0 5px 5px;
		
	}
	.m33 div{
		width: 100%;
	}
	.m33 div>img{
		margin: 1%;
	}
	/*m33jieshu*/
	/*m44kaishi*/
	.m44{
		height: auto;
		flex-wrap: wrap;
	}
	.m44-1 .m44-1-con li a{
		width: 100%;
	}
	.m44-2 .m44-2-con li a{
		width: 100%;
	}
	.m44-3{
		width: 100%;
	}
	.m44-3-con{
		width: 100%;
	}
	.m555>img{
		width: 100%;
	}
	.m66{
		height: auto;
		flex-wrap: wrap;
	}
	.m66-1, .m66-2, .m66-3{
		width: 100%;
		/*padding: 0;*/
		/*padding: 0 0 5px 5px;*/
		padding: 5px;
	}
	.m66-1 .m66-1-con li:nth-of-type(1) img{
		width: 100%;
	}
	.m66-1 .m66-1-con li p,.m66-2 .m66-2-con li a {

		width: 85%;
	}
	.m66-3 .m66-3-con .m66-spall{
		justify-content: space-between;
	}
	.m66-3 .m66-3-con .m66-spall .m66-sp{
		width: 100%;
	}
	.m66-3 .m66-bot {
		width: 100%;
	}
	.m77>img{
		margin-right: 0;
	}
	.m77-lunb .prev{
		left: 0;
	}
	.m77 .m77-lunb{
		height: 100px;
		overflow: hidden;
	}
	/*m44jiehsu*/
}